home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / tables / picmask.frm (.txt) < prev    next >
Visual Basic Form  |  1999-08-23  |  24KB  |  639 lines

  1. VERSION 5.00
  2. Begin VB.Form frmPicMask 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Mask, transparency and raster operations"
  5.    ClientHeight    =   5595
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   6645
  9.    Icon            =   "picmask.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    LockControls    =   -1  'True
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   373
  15.    ScaleMode       =   3  'Pixel
  16.    ScaleWidth      =   443
  17.    Begin VB.CommandButton cmdClear 
  18.       Caption         =   "Clear"
  19.       BeginProperty Font 
  20.          Name            =   "MS Sans Serif"
  21.          Size            =   8.25
  22.          Charset         =   0
  23.          Weight          =   700
  24.          Underline       =   0   'False
  25.          Italic          =   0   'False
  26.          Strikethrough   =   0   'False
  27.       EndProperty
  28.       Height          =   375
  29.       Left            =   3300
  30.       TabIndex        =   19
  31.       ToolTipText     =   "Use only one API, via reverse masked foreground"
  32.       Top             =   4830
  33.       Width           =   1020
  34.    End
  35.    Begin VB.CommandButton cmdExit 
  36.       Caption         =   "Exit"
  37.       BeginProperty Font 
  38.          Name            =   "MS Sans Serif"
  39.          Size            =   8.25
  40.          Charset         =   0
  41.          Weight          =   700
  42.          Underline       =   0   'False
  43.          Italic          =   0   'False
  44.          Strikethrough   =   0   'False
  45.       EndProperty
  46.       Height          =   375
  47.       Left            =   4350
  48.       TabIndex        =   18
  49.       Top             =   4830
  50.       Width           =   1020
  51.    End
  52.    Begin VB.PictureBox picTransparent 
  53.       AutoRedraw      =   -1  'True
  54.       Height          =   1575
  55.       Left            =   4650
  56.       ScaleHeight     =   101
  57.       ScaleMode       =   3  'Pixel
  58.       ScaleWidth      =   102
  59.       TabIndex        =   17
  60.       Top             =   2910
  61.       Width           =   1590
  62.    End
  63.    Begin VB.PictureBox picFgd 
  64.       AutoRedraw      =   -1  'True
  65.       Height          =   1545
  66.       Left            =   2490
  67.       Picture         =   "picmask.frx":030A
  68.       ScaleHeight     =   99
  69.       ScaleMode       =   3  'Pixel
  70.       ScaleWidth      =   102
  71.       TabIndex        =   16
  72.       Top             =   630
  73.       Width           =   1590
  74.    End
  75.    Begin VB.CommandButton cmdMethod2 
  76.       Caption         =   "Method 2"
  77.       BeginProperty Font 
  78.          Name            =   "MS Sans Serif"
  79.          Size            =   8.25
  80.          Charset         =   0
  81.          Weight          =   700
  82.          Underline       =   0   'False
  83.          Italic          =   0   'False
  84.          Strikethrough   =   0   'False
  85.       EndProperty
  86.       Height          =   375
  87.       Left            =   2250
  88.       TabIndex        =   14
  89.       ToolTipText     =   "Involve many APIs and DCs, via transparent bitmap"
  90.       Top             =   4830
  91.       Width           =   1020
  92.    End
  93.    Begin VB.PictureBox picReverseMaskedFgd 
  94.       AutoRedraw      =   -1  'True
  95.       Height          =   1545
  96.       Left            =   4650
  97.       ScaleHeight     =   99
  98.       ScaleMode       =   3  'Pixel
  99.       ScaleWidth      =   104
  100.       TabIndex        =   5
  101.       Top             =   2910
  102.       Width           =   1620
  103.    End
  104.    Begin VB.CommandButton cmdMethod1 
  105.       Caption         =   "Method 1"
  106.       BeginProperty Font 
  107.          Name            =   "MS Sans Serif"
  108.          Size            =   8.25
  109.          Charset         =   0
  110.          Weight          =   700
  111.          Underline       =   0   'False
  112.          Italic          =   0   'False
  113.          Strikethrough   =   0   'False
  114.       EndProperty
  115.       Height          =   375
  116.       Left            =   1200
  117.       TabIndex        =   4
  118.       ToolTipText     =   "Use only one API, via reverse masked foreground"
  119.       Top             =   4830
  120.       Width           =   1020
  121.    End
  122.    Begin VB.PictureBox picProduct 
  123.       AutoRedraw      =   -1  'True
  124.       Height          =   1575
  125.       Left            =   4710
  126.       ScaleHeight     =   101
  127.       ScaleMode       =   3  'Pixel
  128.       ScaleWidth      =   102
  129.       TabIndex        =   3
  130.       Top             =   630
  131.       Width           =   1590
  132.    End
  133.    Begin VB.PictureBox picReversedMask 
  134.       AutoRedraw      =   -1  'True
  135.       Height          =   1515
  136.       Left            =   2520
  137.       ScaleHeight     =   97
  138.       ScaleMode       =   3  'Pixel
  139.       ScaleWidth      =   98
  140.       TabIndex        =   2
  141.       Top             =   2910
  142.       Width           =   1530
  143.    End
  144.    Begin VB.PictureBox picMask 
  145.       AutoRedraw      =   -1  'True
  146.       Height          =   1575
  147.       Left            =   270
  148.       ScaleHeight     =   101
  149.       ScaleMode       =   3  'Pixel
  150.       ScaleWidth      =   102
  151.       TabIndex        =   1
  152.       Top             =   2880
  153.       Width           =   1590
  154.    End
  155.    Begin VB.PictureBox picBackgd 
  156.       AutoRedraw      =   -1  'True
  157.       AutoSize        =   -1  'True
  158.       Height          =   1650
  159.       Left            =   270
  160.       Picture         =   "picmask.frx":7FFC
  161.       ScaleHeight     =   106
  162.       ScaleMode       =   3  'Pixel
  163.       ScaleWidth      =   102
  164.       TabIndex        =   0
  165.       Top             =   630
  166.       Width           =   1590
  167.    End
  168.    Begin VB.PictureBox picUnblockedFgd 
  169.       AutoRedraw      =   -1  'True
  170.       Height          =   1545
  171.       Left            =   2520
  172.       ScaleHeight     =   99
  173.       ScaleMode       =   3  'Pixel
  174.       ScaleWidth      =   99
  175.       TabIndex        =   15
  176.       Top             =   2910
  177.       Width           =   1545
  178.    End
  179.    Begin VB.Label lblEqual 
  180.       Caption         =   "="
  181.       BeginProperty Font 
  182.          Name            =   "MS Sans Serif"
  183.          Size            =   13.5
  184.          Charset         =   0
  185.          Weight          =   700
  186.          Underline       =   0   'False
  187.          Italic          =   0   'False
  188.          Strikethrough   =   0   'False
  189.       EndProperty
  190.       Height          =   315
  191.       Left            =   4290
  192.       TabIndex        =   13
  193.       Top             =   1170
  194.       Width           =   225
  195.    End
  196.    Begin VB.Label lblPlus 
  197.       Caption         =   "+"
  198.       BeginProperty Font 
  199.          Name            =   "MS Sans Serif"
  200.          Size            =   13.5
  201.          Charset         =   0
  202.          Weight          =   700
  203.          Underline       =   0   'False
  204.          Italic          =   0   'False
  205.          Strikethrough   =   0   'False
  206.       EndProperty
  207.       Height          =   315
  208.       Left            =   2040
  209.       TabIndex        =   12
  210.       Top             =   1200
  211.       Width           =   225
  212.    End
  213.    Begin VB.Label lblEndResult 
  214.       Alignment       =   2  'Center
  215.       Caption         =   "Product"
  216.       BeginProperty Font 
  217.          Name            =   "MS Sans Serif"
  218.          Size            =   8.25
  219.          Charset         =   0
  220.          Weight          =   700
  221.          Underline       =   0   'False
  222.          Italic          =   0   'False
  223.          Strikethrough   =   0   'False
  224.       EndProperty
  225.       Height          =   255
  226.       Left            =   4860
  227.       TabIndex        =   11
  228.       Top             =   240
  229.       Width           =   1380
  230.    End
  231.    Begin VB.Label lblReversedMask 
  232.       Alignment       =   2  'Center
  233.       Caption         =   "Reversed mask"
  234.       Height          =   375
  235.       Left            =   2670
  236.       TabIndex        =   10
  237.       Top             =   2460
  238.       Width           =   1230
  239.    End
  240.    Begin VB.Label lblReverseMaskedFgd 
  241.       Alignment       =   2  'Center
  242.       Caption         =   "Reverse-masked foreground"
  243.       Height          =   405
  244.       Left            =   4800
  245.       TabIndex        =   9
  246.       Top             =   2460
  247.       Width           =   1350
  248.    End
  249.    Begin VB.Label lblBackGround 
  250.       Alignment       =   2  'Center
  251.       Caption         =   "Background"
  252.       BeginProperty Font 
  253.          Name            =   "MS Sans Serif"
  254.          Size            =   8.25
  255.          Charset         =   0
  256.          Weight          =   700
  257.          Underline       =   0   'False
  258.          Italic          =   0   'False
  259.          Strikethroug